home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-accessibility-themes.postinst < prev    next >
Text File  |  2009-10-20  |  478b  |  17 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Automatically added by dh_icons
  5. if which update-icon-caches >/dev/null 2>&1 ; then
  6.     update-icon-caches /usr/share/icons/HighContrastLargePrintInverse
  7. fi
  8. # End automatically added section
  9.  
  10.  
  11. rm -f /usr/share/icons/icon-theme.cache
  12. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  13.     for theme in $(dpkg -L gnome-accessibility-themes | sed -n 's#^/usr/share/icons/\([^/]*\)/.*#\1#p' | uniq); do
  14.         gtk-update-icon-cache /usr/share/icons/$theme
  15.     done
  16. fi
  17.